-
Notifications
You must be signed in to change notification settings - Fork 2
Implement inheritance of field names for structures based on supertypes (based on Issue #31) #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- utils function necessary for inheritance - changes to update_descriptive_names! to add inheritance step - Changes to descriptive_names.yml; removing redundant descriptive names and adding descriptive names to supertypes.
- utils function necessary for inheritance - changes to update_descriptive_names! to add inheritance step - Changes to descriptive_names.yml; removing redundant descriptive names and adding descriptive names to supertypes.
- utils function necessary for inheritance - changes to update_descriptive_names! to add inheritance step - Changes to descriptive_names.yml; removing redundant descriptive names and adding descriptive names to supertypes.
742299d to
56621a9
Compare
Zetison
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is an convenient, elegant and important enhancement of the handling of descriptive_names! It simplifies further extensions and removes redundant descriptions in the old src/descriptive_names.yml file.
Consider if you can find solution to the issue raised and other suggestions I have added.
Co-authored-by: Jon Vegard Venås <jonvegard.venas@sintef.no>
…delsX/EnergyModelsGUI.jl into feat/inherit_desc_names
Zetison
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me now!
|
Fixes #31 |
Closes issue #31